Allow renovate updates during night - #553
Conversation
This is hopefully enough to give renovate a better chance of getting executed during the update window.
There was a problem hiding this comment.
Pull request overview
Adjusts Renovate’s configured execution windows to increase the chance that dependency update jobs run within the intended update window (now including overnight hours).
Changes:
- Expand the top-level Renovate schedule from 08:00–13:59 to 00:00–13:59 (Tue–Thu).
- Expand the
jdx/miserule schedule from 08:00–13:59 to 00:00–13:59 (Thu).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reconfigure PR ResultsThis is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome: Detected Package Files
Configuration SummaryBased on the default config's presets, Renovate will:
What to ExpectWith your current configuration, Renovate will create 16 Pull Requests: Update solvers/cpp/cmake-conan digest to b159384
Update actions/checkout action to v6.0.3
Update dependency llvm to v22.1.7
Update dependency npm:pyright to v1.1.410
Update dependency pipx:gersemi to v0.27.7
Update dependency types-pyyaml to v6.0.12.20260518
Update dependency uv to v0.11.19
Update dependency yq to v4.53.3
Update lukka/get-cmake action to v4.3.3
Update Rust crate log to v0.4.32
Update dependency conan to v2.29.0
Update dependency rust to v1.96.0
Update jdx/mise-action action to v4.1.0
Lock file maintenance
Update dependency jdx/mise to v2026.5.18
Update dependency jdx/mise to v2026.6.1
🚸 Branch creation and rebasing will be limited to maximum 1 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for |
GitHub's Actions Cache list endpoint is eventually consistent: a cache just deleted in one outer iteration can reappear in the next list call, causing the second `gh cache delete` to 404 and fail the job (as seen in PR #553's Cleanup caches run). Track every ID the script has already removed and filter subsequent list responses against it so each cache is only deleted once.
This is hopefully enough to give renovate a better chance of getting executed during the update window.